Below is an example of a webshop order message, based on webOrder xsd schema version 1.1.
<?xml version="1.0" encoding="utf-8"?>
<Interchange version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:xmlns:nedfox-retaillink-com:WebOrder">
<Envelope>
<FromPartyNumber>9999999999999</FromPartyNumber>
<FromPartyName>Webshop party</FromPartyName>
<ToPartyNumber>9999999999999</ToPartyNumber>
<ToPartyName>RetailVista</ToPartyName>
<InterchangeReference>Int2018051700001</InterchangeReference>
<InterchangeDateTime>2018-05-17T12:41:30</InterchangeDateTime>
<InterchangeTest>false</InterchangeTest>
</Envelope>
<Messages>
<Message>
<MessageDateTime>2018-05-17T12:41:30</MessageDateTime>
<MessageReference>802</MessageReference>
<HighPriority>false</HighPriority>
<Header>
<SupplierPartyNumber>8718288066800</SupplierPartyNumber>
<BuyerPartyNumber>8716123402554</BuyerPartyNumber>
<Customer>
<CompanyName/>
<FirstName>Mark</FirstName>
<MiddleName/>
<LastName>Vroom</LastName>
<Address>
<AttentionOf>Mark Vroom</AttentionOf>
<StreetName>Thuisadres straatnaam</StreetName>
<StreetNumber>5</StreetNumber>
<StreetNumberAddOn/>
<ZipCode>8265AB</ZipCode>
<State>Overijssel</State>
<City>Zwolle</City>
<CountryIsoCode>NL</CountryIsoCode>
</Address>
<LandlinePhoneNumber>038-123456</LandlinePhoneNumber>
<CellPhoneNumber>06-12345678</CellPhoneNumber>
<EmailAddress>dummy@nedfox.nl</EmailAddress>
</Customer>
<Delivery>
<Name>NedFox B.V.</Name>
<Address>
<AttentionOf>Woonboot</AttentionOf>
<StreetName>Verlengde Gildenweg</StreetName>
<StreetNumber>23</StreetNumber>
<StreetNumberAddOn/>
<ZipCode>8265TX</ZipCode>
<State>Flevoland</State>
<City>Emmeloord</City>
<CountryIsoCode>NL</CountryIsoCode>
</Address>
</Delivery>
<OrderDetails>
<RequestedDeliveryDate>2018-05-11</RequestedDeliveryDate>
<ExpectedDeliveryDate>2018-05-11</ExpectedDeliveryDate>
<OrderDateTime>2018-05-11T12:41:30</OrderDateTime>
<OrderReference>2018.005.223</OrderReference>
<ClassificationDescription>Tuinhuisjes</ClassificationDescription>
<CostCenterCode>1000</CostCenterCode>
<FreeText>Levering graag na 12:00</FreeText>
</OrderDetails>
<Transport>
<TypeDescription>PostNL</TypeDescription>
<Properties>
<Property>
<Name>ProductOption</Name>
<Value>118,006</Value>
</Property>
<Property>
<Name>ProductOption</Name>
<Value>120,004</Value>
</Property>
</Properties>
</Transport>
<Payments>
<Payment>
<Type>IDeal</Type>
<Value>4.95</Value>
<DateTime>2018-05-11T12:41:30</DateTime>
<Reference>Ideal20454233223-02</Reference>
</Payment>
</Payments>
</Header>
<Rows>
<Row>
<Barcode>
<BarcodeValue>1234567890128</BarcodeValue>
</Barcode>
<ProductDescription>Demo artikel omschrijving</ProductDescription>
<SkuQuantity>1</SkuQuantity>
<Price>
<GrossSalePriceInclVat>4.95</GrossSalePriceInclVat>
<NetSalePriceInclVat>3.95</NetSalePriceInclVat>
<SalePriceType>Sku</SalePriceType>
</Price>
</Row>
</Rows>
<Footer />
</Message>
</Messages>
</Interchange>